projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e88fc6
)
(c-font-lock-init): Specify font-lock-lines-before.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 23 Sep 2005 18:26:09 +0000
(18:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 23 Sep 2005 18:26:09 +0000
(18:26 +0000)
lisp/progmodes/cc-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-mode.el
b/lisp/progmodes/cc-mode.el
index 8f5670ed57ba074777f017cac7904fe8682cea90..92c402dbad478954700d17420820f51a7b0b1cf0 100644
(file)
--- a/
lisp/progmodes/cc-mode.el
+++ b/
lisp/progmodes/cc-mode.el
@@
-519,6
+519,7
@@
This does not load the font-lock package. Use after
nil nil
,c-identifier-syntax-modifications
c-beginning-of-syntax
+ (font-lock-lines-before . 1)
(font-lock-mark-block-function
. c-mark-function)))
(add-hook 'font-lock-mode-hook 'c-after-font-lock-init nil t))